home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special XP & Vista
/
Chip Spesial XP & Vista.iso
/
1_Audio_Video
/
MediaCoder
/
MediaCoder-0.6.1.4098.exe
/
htdocs
/
start.7z
/
main.js
< prev
next >
Wrap
Text File
|
2007-03-23
|
372b
|
14 lines
function Wiki(title)
{
window.location = "http://mediacoder.sourceforge.net/wiki/index.php?title=" + title;
}
function GetUrlArg(name)
{
var idx=document.location.href.indexOf(name+'=');
if (idx<=0) return null;
var argstr=document.location.href.substring(idx+name.length+1);
idx = argstr.indexOf('&');
return idx>=0?argstr.substring(0, idx):argstr;
}